 /* 内容 */
.indexBanner{
    text-align: center;

}.swiper-button-prev, .swiper-button-next{
    color: rgb(69, 155, 30);
}
.indexBanner    .swiper-pagination{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 10px;
        width: auto !important;
        left: unset;
        right: 0;
        left: 0;
    }
 .indexBanner   .swiper-pagination-bullet{
        display: block;
        width: 20px;
        border-radius: 50px;
        transition: all 0.5s;
        height: 8px;
        background: rgba(69, 155, 30,0.8);
    }
    .indexBanner   .swiper-pagination-bullet-active{
        width: 40px;
    }
.indexBanner .swiper-slide{
    
        aspect-ratio: 1920/600;
}
 .img_100{
 
        aspect-ratio: 1920/600;
        width: 100%;
}.indexBanner   .img_100 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content{
    width: 74%;
    min-width: 1300px;
    margin: auto;
}

.adva{
    margin-bottom: 3.5%;
}
.adva ul{
    display: flex;
}
.adva li{
    flex-grow: 1;
    text-align: center;
    /* font-size: 22px; */
    font-size: 20px;
    line-height: 70px;
    cursor: pointer;
}
.adva .active{
    background: rgb(69, 155, 30);
    color: white;
}
.adva_content{
    position: relative;
    margin-top: 2.5%;
}
.adva_content img{
    vertical-align: bottom;
}
.adva_content .adva_text{
    position: absolute;
    box-shadow: 0px 3px 12px 0px rgba(116, 116, 116, 0.16);
    background: rgb(255, 255, 255);
    width: 57.5%;
    bottom: 0;
    right:0;
    min-height: 80%;
    
    box-sizing: border-box;
    
}
.adva_content .slide_adv{
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding:1.8vw 2.5vw; */
    padding:1.8vw 0vw;
}
.slide_adv h2{
    color: rgb(69, 155, 30);
    /* font-size: 30px; */
    font-size: 24px;
    /* margin-bottom: 20px; */
    margin-bottom: 2%;
}
.slide_adv h2+p{
    color: rgb(80, 86, 90);
    font-family: '微软雅黑';
    /* font-size: 16px; */
    font-size: 16px;
    font-weight: 400;
    /* line-height: 34px; */
    line-height: 1.5em;
    text-align: left;
}
.adva_content .swiper{
    height: 100%;
    width: 85%;
}
.swiper-pagination{
    text-align: right;
}
.swiper-pagination-bullet{
    display: none;
    background: none;
    width: 60px;
    height: auto;
    
   
}
.swiper-pagination-bullet-active{
    display: inline-block;
}
.more{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
    align-items: center;
    width: 100%;
}
.more a{
    text-decoration: none;
    border: 1px solid rgb(243, 243, 243);
    color: black;
    padding: 5px 10px;
    font-size: 14px;
    display: none;
 
}
.change{
    text-align: right;
    margin: 0 !important    ;
    margin-bottom: 2% !important;
    background-color: white;
}
.change span:first-of-type{
    font-size: 18px;
    color: black;
}
.change p{
    color: rgba(24,24,24,.27);
    font-weight: bold;
    font-size: 14px;
  
}
.adva_panel_content{
    overflow: hidden;
}
.adva_panel_content>div:nth-child(n+2){
    display: none;
}

.honor{
    background-size: cover;
    background-position: center center;
    padding: 1px 0;
    padding-bottom: 3%;
}

.honor .title{
    margin-top: 3%;
}
.honor ul{
    display: flex;
      gap:30px;
    justify-content: space-between;
}
.honor li{
    width: 100%;
    text-align: center;
}
.honor .pics{
    position: relative;
}
.honor img{
    width: 100%;
}
.honor img:last-child{
    /*width: 90%;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%);*/
}
.honor .content p{
    font-size: 1.1vw;
    color: rgb(51,51,51);
    margin-top: 6%;
}



.workshop>div{
    display: flex;
    justify-content: space-between;
   
}
.workshop>div:nth-child(2n){
    flex-direction: row-reverse;
}
.workshop>div>img{
    width: 47%;
}
.workshop .shop_text{
    width: 50%;
    display: flex;
    align-items: center;
  
}
.workshop .shop_text div{
    width: 90%;
}
.workshop>div:nth-child(odd) .shop_text{
    justify-content: flex-end;
}

.workshop .shop_text h2{
    margin-bottom: 5%;
    font-size: 20px;
    position: relative;
    display: inline-block;
}
.workshop .shop_text h2::after{
    content: "";
    position: absolute;
    display: block;
    height: 15px;
    width: 100%;
    border-radius: 7.5px;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(270.00deg, rgb(69, 241, 61) -50.781%,rgba(69, 241, 61, 0) 100%);
}
.workshop .shop_text p{
    color: rgb(114, 128, 137);
    font-family: "思源黑体";
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
}
.service{
    background-image: url(../imgs/index/组合\ 1179.png);
    background-size: 100%;
    background-position-x: center;
    padding-bottom: 2.7%;
   
}
.service .title {
    padding-top: 2.7%;
}
.service .title p{
    margin-top: .3%;
}
.service ul{
    display: flex;
    justify-content: space-between;
}
.service li{
   width: 32%;
   background-color: white;
   overflow: hidden;
   text-align: center;
   border-radius: 0px 0px 10px 10px;

    display: flex;
align-items: center;
    flex-direction: column;
    box-shadow: 0px 6px 14px 0px rgba(149, 149, 149, 0.16);

}
.service li>img{
    margin: 3% 0;
    width: 40px;
}

.service .li_text{
    background-image: url(../imgs/index/bg.png);
    background-position: center center;
    background-size: cover;
    min-height: 170px;
    flex: 1;
}
.service .active .li_text{
    background-image: url(../imgs/index/bg1.png);
    color: white;
}
.service .li_text h2{
    font-size: 20px;
    margin-bottom: 7%;
}
.service .li_text  p{
    font-size: 16px;
    line-height: 1.5em;
}
.service .li_text section{
    width: 79%;
    text-align: center;
    margin: auto;
position: relative;
    padding: 40px 0;
}
.service li:hover .li_text{
      background-image: url(../imgs/index/bg1.png);
    color: white;
}

.process{
    display: flex;
    padding-top: .2%;
    justify-content: space-between;
    position: relative;
    
}
.process::before{
    display: block;
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    top: 2vw;
    height: 1px;
      background-image: url(../imgs/index/line.png);
      background-repeat: no-repeat;
      background-size: 100%;
}
.process li{
   
    text-align: center;
}
.process li img{
    width: 60px;
}
.process li p{
    margin-top: 3%;
    font-size: 16px;
}
.pro{
    background-image: url(../imgs/index/组合\ 1288.png);
    background-size: cover;
    background-position-x: center;
    margin-top: 4.2%;
    padding: 3.2% 0;
} 
.pro>div{
    display: flex;
    align-items: center;
}
.pro .title{
    text-align: left;
    margin-bottom: 7%;
}
.pro .left{
    width:27%;
}
.pro .left a{
    color: rgb(114, 128, 137);
    font-size: 18px;
    font-weight: 500;
    line-height: 2em;
    text-decoration: none;

}
.pro .left .active{
    color: rgb(69, 155, 30);
    text-decoration: underline;
}
.pro .left .icons{
    display: flex;
    margin-top: 14%;
    
}
.pro .left .icons section{
    width: 30px;
    background: rgb(146, 168, 146);
    text-align: center;
    line-height: 20px;
    display: block;

}
.pro .left .icons section img{
    width: 60%;
    position: relative;
    top: -2px;
}
.pro .left .icons section:last-child{
    margin-left: 10%;
}


.pro>div .right{
    display: flex;
    width: 74%;
    /* justify-content: space-between; */
}
.pro>div .right ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.pro>div .right li{
    width: 100%;
    /* position: relative; */
}
.pro>div .right li img{
    width: 100%;
    position: relative;
    z-index: -1;
}
.pro>div .right li div{
  background-color: white;
  width: 88%;
  text-align: center;
  padding: 7% 0;
  margin: auto;
  margin-top: -10%;

}
.pro>div .right li h2{
    color: rgb(51, 51, 51);
    font-size: 18px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pro>div .right li a{
    color: rgb(45, 141, 41);
    text-decoration: none;
font-size: 16px;
font-weight: 400;
display: block;
margin-top: 7%;

}
.pro>div .right .swiper{
    display: none;
    width: 100%;
}
.pro>div .right .swiper:first-child{
    display: flex;
}
.pro .swiper{
    /* margin: 0 !important; */
}

.news{
    background-image: url(../imgs/index/矩形\ 3844.png);
    background-position-x: center;
    background-size: cover;
    margin-top: 4%;
    padding: 1px;
    padding-bottom: 3.5%;
}
.news .title{
    margin-top: 2.5%;
}
.news_content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.news_content>div{
    width: 37%;
    background-color: white;
    box-sizing: border-box;
    padding: 1.3vw;
    padding-bottom: 1vw;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);

}
.news_content>div img{
    width: 100%;
    aspect-ratio: 430/300;
  
}
.news_content>div h3{
    font-size: 18px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    margin: 1% 0;
        text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news_content .line{
    display: inline-block;
    width: 11vw;
    border-bottom: 1px solid rgb(69, 155, 30);
    opacity: 0.3;
    vertical-align: middle;
    margin-left: 10%;
    
}
.news_content>div p{
    color: rgb(45, 141, 41);
    font-size: 16px;
    font-weight: 400;
    margin-top: 1.4%;
}
.news_content>ul{
    width: 59%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}
.news_content>ul li:nth-child(n+6){
    display: none;
    
}
.news_content li{
    display: flex;
    border-bottom: 2px solid rgba(153, 153, 153,0.1);
  padding: 26px 0;
     color: rgb(51, 51, 51);
     position: relative;
}
.news_content li::before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 100%;
    height: 1px;
    background: rgb(69, 155, 30);
    transition: all 0.5s;
}
.news_content li:hover::before{
    right: 0;
}
.news_content li p:first-child{
    color: rgb(153, 153, 153);
    font-weight: 500;
    font-size: 12px;

}
.news_content li p:first-child span{
    color: rgb(69, 155, 30);
    font-size: 18px;
    font-weight: bold;
}
.news_content li p:last-child{
    font-weight: bold;
    margin-left: 4%;
    font-size: 16px;
        text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
   
}
.news_content .active{
    border-bottom-color: rgb(69, 155, 30);
}
  .adva li{
    line-height: 74px;
  }
  

@media screen and (max-width:1600px){
  
}
@media screen and (min-width:1400px) {
    .adva_text p{
        font-size: 17px !important;
    }
}

@media screen and (max-width:1400px) {
  .content{
    width: 94%;
    min-width: auto;
  }

  .pro>div .right li div{
    bottom: -22%;
  }

}
@media screen and (max-width:850px){
    .adva_content .adva_text{
    position: unset;
    width: 100%;
    }
    .adva li{
        font-size: 14px;
        line-height: 40px;
    }
    .workshop>div{
        flex-direction: column;
    }
    .workshop>div>img{
        width: 100%;
    }
    .workshop .shop_text p{
        line-height: 1.5em;
        margin-bottom: 10px;
    }
    .workshop .shop_text,
    .workshop .shop_text div{
         width: 100%;
    }
    .service li>img{
        width: 27px;
    }
    .service .li_text{
        min-height: 120px;
    }
    .service ul{
        gap: 10px;
        display:grid;
        grid-template-columns: 1fr;
    }
    .adva_content img,
    .service li{
        width: 100%;
    }
    .pro .left{
        
    }
    .workshop>div:nth-child(2n){
         flex-direction: column;
    }
    .pro>div{
        flex-direction: column;
gap: 10px;
    }
    .slide_adv h2,
    .workshop .shop_text h2,
    .service .li_text h2,
    .pro>div .right li  h2{
        font-size: 16px;
    }
    .slide_adv h2+p,
    .workshop .shop_text p,
    .service .li_text p,
    .pro>div .right li a{
        font-size: 14px;
    }
    .pro .left ul{
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }
    .pro .left a,
    .news_content li p:last-child,
    .news_content>div h3{
        font-size: 15px;
    }
    .pro .left a{
        line-height: 2vw;
    }
    
    .pro .left .icons{
      margin-top: 0;  
    }
    .pro>div .right,
    .pro .left,
    .news_content>ul,
    .news_content>div{
        width: 100%;
    }
    .news_content{
        gap: 20px;
       flex-direction: column;
    }
    .news_content li{
        padding:  8px 0;
    }
    .process{
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 10px 20px;
        align-items: center;
    }.indexBanner .swiper-button-prev:after,.indexBanner .swiper-button-next:after{
    font-size: 16px;
}

.indexBanner .swiper-pagination-bullet{
    width: 10px;
    height: 3px;
}.indexBanner .swiper-pagination-bullet-active{
    width: 20px;
}
}